home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / reuse.lha / reuse / m2c / Layout.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  439b  |  14 lines

  1. #define DEFINITION_Layout
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. extern void Layout_WriteChar ARGS((IO_tFile f, CHAR Ch));
  8. extern void Layout_WriteSpace ARGS((IO_tFile f));
  9. extern void Layout_WriteSpaces ARGS((IO_tFile f, INTEGER Count));
  10. extern void Layout_ReadSpace ARGS((IO_tFile f));
  11. extern void Layout_ReadSpaces ARGS((IO_tFile f, INTEGER Count));
  12. extern void Layout_SkipSpaces ARGS((IO_tFile f));
  13. extern void BEGIN_Layout();
  14.